home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / RJTextEd.exe / {app} / InstallData / Syntax / CSharp.syx < prev    next >
Encoding:
Text File  |  2009-11-01  |  1.3 KB  |  49 lines

  1. ;{}
  2.  
  3. [Keywords]
  4. Keywords=as|auto|base|break|case|catch|const|continue|default|do|else|event|explicit|extern|false|finally|fixed|for|foreach|goto|if|implicit|in|internal|lock|namespace|null|operator|out|override|params|private|protected|public|readonly|ref|return|sealed|stackalloc|static|switch|this|throw|true|try|unsafe|using|while|virtual|void|
  5. C# Data Types=bool|byte|char|class|decimal|delegate|double|enum|float|int|interface|long|object|sbyte|short|string|struct|uint|ulong|ushort|
  6. C# Preprocessor Directives=#define|#elif|#else|#endif|#endregion|#error|#if|#line|#region|#undef|#warning|
  7. Operators=checked|is|new|sizeof|typeof|Unchecked|
  8.  
  9. [Options]
  10. LineCommentA=//
  11. CommentStartA=/*
  12. CommentEndA=*/
  13. Char='
  14. String="
  15. VerbatimStringStart=@
  16. HexIdentifier=0x
  17. Escape=\
  18. Symbols=+-*?=/&><^()[]{}!|:;.
  19. Numbers=0123456789
  20. AddProjectClassesToCompletion=1
  21. AutoCloseBraceStart=(["'
  22. AutoCloseBraceEnd=)]"'
  23. AutoCloseBlockStart={
  24. AutoCloseBlockEnd=}
  25. AutoCompleteCharA=.
  26.  
  27. [FoldOptions]
  28. List_AsStruct=struct
  29. List_AsEnum=enum
  30. List_AsClass=class
  31. List_AsNS=namespace
  32. List_Exclude=catch|do|else|for|foreach|if|switch|try|while
  33. Separators=;()}
  34. Case=1
  35.  
  36. [Region]
  37. Start=#region
  38. End=#endregion
  39.  
  40. [Fold]
  41. 1_Id=
  42. 1_Begin={
  43. 1_End=}
  44. 1_EndBefore=} else
  45. 1_Section=
  46. 1_NoParentOfId=0
  47. 1_ListItem=
  48.  
  49.